home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / THINKC / 4_0 / FLOATING / PROCEDUR / HEADERS / MAIN.H < prev   
Text File  |  1990-08-21  |  581b  |  19 lines

  1. /* Copyright ⌐ 1990 Patrick Doane. All Rights Reserved */
  2.  
  3. #define _H_main
  4.  
  5. void    Initialize(void);
  6. void    MakeWindows(void);
  7. void    EventLoop(void);
  8. void    DoEvent(EventRecord *theEvent);
  9. void    DoMouseDown(EventRecord *theEvent);
  10. void    DoMenu(EventRecord *theEvent);
  11.  
  12. void    GrowTheWindow(WindowPtr whichWindow,Point where);
  13. void    ZoomTheWindow(WindowPtr whichWindow,Point where,short inOrOut);
  14.  
  15. void    DoActivate(EventRecord *theEvent);
  16. void    DoDeactivate(EventRecord *theEvent);
  17. void    DoUpdate(EventRecord *theEvent);
  18. void    DoResume(EventRecord *theEvent);
  19. void    DoSuspend(EventRecord *theEvent);